home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / PasCpp.tbl < prev    next >
Text File  |  1999-01-10  |  486b  |  68 lines

  1. Pascal/Delphi
  2. C/C++
  3. and
  4. &&
  5. array[] of Typ
  6. Typ[]
  7. begin
  8. {
  9. case
  10. switch
  11. char
  12. char
  13. const
  14. const
  15. do
  16. do
  17. else
  18. else, default
  19. end
  20. }
  21. for
  22. for
  23. function Name
  24. Typ Name
  25. integer
  26. int
  27. not
  28. !
  29. object, class
  30. class
  31. of
  32. vgl. case
  33. or
  34. ||
  35. procedure Name
  36. void Name
  37. program
  38. main
  39. real
  40. float, double
  41. record
  42. struct
  43. repeat
  44. do
  45. String
  46. String, char*
  47. then
  48. vgl. if
  49. to
  50. vgl. for
  51. until
  52. while (!...)
  53. var Name : Typ
  54. Typ Name
  55. while
  56. while
  57. :=
  58. =
  59. =
  60. ==
  61. <>
  62. !=
  63. <
  64. <
  65. >
  66. >
  67. 33
  68. 2